home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / misc / dcdd_v2_4.lha / DCDD < prev    next >
Text File  |  1994-10-03  |  621b  |  48 lines

  1. ; DCDD                                                           941001.1438
  2. ;
  3. if exists ram:-dl then
  4.    wait 2
  5.    else
  6.    makedir ram:-dl
  7. endif
  8. ;
  9. if exists DH1:-dl then
  10.    wait 2
  11.    else
  12.    makedir DH1:-dl
  13. endif
  14. ;
  15. if exists ram:continue then
  16.    wait 2
  17.    else
  18.    makedir ram:continue
  19. endif
  20. ;
  21. cd dh0:DemonDialer
  22.  
  23. rx DCDDtime.rexx
  24.  
  25. run BaudBandit BB.config
  26. wait 2
  27. ;
  28. rx DCDD.rexx 
  29. ;
  30. copy RAM:-dl/#? DH1:-dl
  31. delete RAM:-dl/#? 
  32. delete RAM:-dl 
  33. ;
  34. if exists ram:AUTO then
  35.    delete ram:AUTO
  36. endif
  37. ;
  38. if exists ram:continue then
  39.    delete ram:continue
  40. endif
  41. ;
  42. if exists ram:exit_flag then
  43.    delete ram:exit_flag
  44. endif
  45. ;
  46. endcli
  47.  
  48.